projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bde1104
)
Fix PV_initrd reference (should be PV_ramdisk).
author
Ewan Mellor
<ewan@xensource.com>
Wed, 27 Dec 2006 15:44:40 +0000
(15:44 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Wed, 27 Dec 2006 15:44:40 +0000
(15:44 +0000)
Signed-off-by: Stefan Berger <stefanB@us.ibm.com>
tools/python/xen/xend/XendConfig.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendConfig.py
b/tools/python/xen/xend/XendConfig.py
index abbee23aaa916d3a149da8a79f423297ebe740c3..387bb8324cf4e18580e2dd909768465f8a811c9b 100644
(file)
--- a/
tools/python/xen/xend/XendConfig.py
+++ b/
tools/python/xen/xend/XendConfig.py
@@
-141,7
+141,7
@@
XENAPI_CFG_TYPES = {
'tpm_backend': int,
'PV_bootloader': str,
'PV_kernel': str,
- 'PV_
initrd
': str,
+ 'PV_
ramdisk
': str,
'PV_args': str,
'PV_bootloader_args': str,
'HVM_boot': str,